home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mdfe1a.zip / SYSOP.DOC < prev   
Text File  |  1992-04-06  |  6KB  |  144 lines

  1. 03/01/92
  2.    Legal Stuff:
  3.  
  4.  
  5.           MDEF (MegaDoor Front End) Copyright 1992, Carl Curling.
  6.             MegaMail (tm) and MegaDoor Copyright, Kip Compton.
  7.                    Gap and GapQBdr Library Copyright,
  8.                       The Gap Development Company.
  9.  
  10.    This program has been tested under Gap 6.0/m BBS software using a
  11. 386 DX-25 running DesqView and 2 nodes, and found to have no major bugs.
  12. The user of this software accepts all of the responsibility for their
  13. own system.  This program is released for use AS-IS and I offer no
  14. warrantee expressed or implied. I accept no responsibility for any
  15. damages arising from the use of this program.
  16.  
  17.    Purpose:
  18.  
  19.    The purpose of this door is to add some flexability to MegaMail as
  20. far as the bbs end goes.  I have always disliked the fact that the sysop
  21. has to shell to get his mail if he was not calling from remote.  This
  22. shell adds the ability to use multiple protocols as well as get your
  23. mail while on-line locally.
  24.  
  25.    Requirements:
  26.  
  27.    The door was written and tested on a 286-12mhz AT Compatable using
  28. GAPQBDR.LIB and QuickBasic 4.5.  The alpha testing was done on Locksoft
  29. bbs and The Wonderful World of Color BBS both running multiple nodes.
  30. This program takes full advantage of file locks and file sharing and
  31. functions correctly in a multi user/node environment.
  32. It does require DOOR.SYS.  It does not require BRUN45.EXE.
  33. It has not been tested on PCBoard but should work without any problems,
  34. I would like to hear about non Gap installations and any modifications
  35. that may be needed to the batch files.  It is also running on a SpitFire
  36. bbs system.
  37.  
  38. You will need the following files for complete operation:
  39.  
  40.   MDFE1a.ZIP  HSLINK10.ZIP  DSZ????.ZIP  MDOOR111.ZIP
  41.      UTI.ZIP for your specific bbs system
  42.  
  43. The Gap Universal Text Interface (UTI) modules are Multi/Single user
  44. dependant.  Make sure you have the correct version for your software.
  45. The unregistered DSZ.COM will not function correctly using this door.
  46.  
  47.    Installation:
  48.  
  49. If you already have Megadoor installed you may opt to skip this step.
  50. If you have not already set up the door create a subdirectory and
  51. unpack the UTI and Megadoor files to it.  Read the DOCS.  This is a very
  52. important step.  The door is not hard to set up but it wont work if you
  53. dont follow the directions (Who am I kidding, your not reading this
  54. either).  After setting up MegaDoor you can now add the front-end:
  55. (The menus included here are courtesy of David Jones at the Wonderful
  56. World of Color BBS (502) 439-4959).
  57.  
  58. Unpack the files included with MDFE:
  59.  
  60.        MDFE1a.EXE      The main executable file.
  61.        MDFE0.CNF        Sample Door config file.
  62.        MENU   (g)       Menu file.
  63.        LMENU  (g)       Added menu with [L]ocal command added 
  64.        HELP   (g)       Sample file displayed to user pressing "I"
  65.        HISTORY          Where this has come from.
  66.        SYSOP.DOC        This Document.
  67.        FILE_ID.DIZ      Program Description file.
  68.  
  69.    Files NOT included:
  70.        NEWS   (g)       File showed to user at log on (NOT included)
  71.        ENEWS  (g)       File showed to user on Log-off (NOT included)
  72.  
  73. Basically all you need to configure is one file MDFE(NODE#).CNF
  74. for each node.  Here is the sample included with notes:
  75.  
  76. C:\GAP                            <-PATH TO DOOR.SYS
  77. LOCKSOFT BBS                      <-Name of your BBS
  78. 0                                 <-Must be a 0 for GAP 1 for PCB
  79. Carl Curling                      <-Sysops Full Name
  80.                                   <-this blank line is reserved
  81. MEGACFG                           <-Name of MegaDoor Config files
  82.                                       without the node number.
  83.  
  84.  
  85. Other files that should be in the directory are:
  86.    1 MEGACFG.x file for every node you set up.
  87. Thats about it.
  88.  
  89.    Integration:
  90.  
  91.    Add the name of the batch file to call to your DOORS.DAT file and to
  92. the DOORM (g) and create a batch file to execute the door and to call
  93. the correct MDFEx.CNF file for that node.
  94.  
  95. @ECHO OFF
  96. CD\GAP\DR\MEGAMAIL
  97. DEL LOGx             <-this was a maintenance fix an not needed now
  98.                        in version 1a
  99. MDFE1a.EXE MDFE?.CNF       <-replace the x with the node number
  100. CD\GAP
  101.  
  102. That's all there is to it.  I have HSLINK.EXE and DSZ.com in my DOS path.
  103. I really recomend that you rename your LOGx files before calling the
  104. door or the first user to each node will be attributed all of the existing
  105. records.
  106.  
  107.    Registration:
  108.  
  109.    This program is not crippled in any way.  It is fully functional as
  110. is, however if you would like to change the word unregistered to your
  111. bbs name, please send $15 with a desired user name and password to:
  112.  
  113.    Carl Curling
  114.    PO BOX 5206
  115.    HEMET CA 92544-0831
  116.  
  117.    Registration will allow you to call Locksoft BBS and Download the
  118. registration file for your bbs name.  By the end of May '92 this will
  119. be handled by a door.  I will be using the money to register the
  120. shareware I have been using on my board.  (for $5 additional I will mail
  121. you a 360K diskette with current version and the Reg file).
  122.  
  123.  
  124.    MANY Thanks:
  125.  
  126.    Kenny Gardner for a great BBS program, a Fantastic door library and
  127. for putting up with my stupid questions all the time.  To Samuel Smith
  128. for creating HSLINK and giving me a reason to start this project.  To
  129. Kip Compton and Mark Turner for their contributions to the moving of
  130. mail in Gap BBS's, to David Jones over at the Wonderful World of Color
  131. BBS in KY ((502)439-4959) for the Menus, lots of input and support during
  132. the construction of mdfe and to my three guniea pigs: Scott Hodgins, Morgan
  133. Collins and Paul Miller.  And Ron Hossack for catching several bugs in
  134. the manual.
  135.  
  136.  
  137. I can be reached at Locksoft BBS (714) 766-8219, in the RIME GAP-Q&A
  138. forum or the ßeta users forum on the Crows Nest. -Carl
  139.  
  140. Final Note:
  141. Version 1a a full release version...  Please fell free to post it! It was
  142. partially written to make the switch over to the new GAP unlimited forums
  143. and MegaMail more pleasent.
  144.